type golang.org/x/sys/cpu.bigEndian

4 uses

	golang.org/x/sys/cpu (current package)
		byteorder.go#L18: type bigEndian struct{}
		byteorder.go#L31: func (bigEndian) Uint32(b []byte) uint32 {
		byteorder.go#L36: func (bigEndian) Uint64(b []byte) uint64 {
		byteorder.go#L63: 		return bigEndian{}